object fChannelPropertiesDlg: TfChannelPropertiesDlg Left = 468 Top = 232 ActiveControl = txtName BorderStyle = bsDialog Caption = 'fChannelPropertiesDlg' ClientHeight = 357 ClientWidth = 384 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object btnOK: TButton Left = 218 Top = 323 Width = 75 Height = 25 Caption = 'btnOK' Default = True Enabled = False TabOrder = 1 OnClick = btnOKClick end object btnCancel: TButton Left = 301 Top = 323 Width = 75 Height = 25 Cancel = True Caption = 'btnCancel' ModalResult = 2 TabOrder = 2 end object cxPage: TnbPageControl Left = 3 Top = 4 Width = 378 Height = 310 ActivePage = cxTabGeneral LookAndFeel.NativeStyle = True TabOrder = 0 ClientRectBottom = 306 ClientRectLeft = 2 ClientRectRight = 374 ClientRectTop = 22 object cxTabGeneral: TcxTabSheet Caption = 'cxTabGeneral' object lblName: TLabel Left = 15 Top = 22 Width = 38 Height = 13 Caption = 'lblName' FocusControl = txtName Transparent = True end object lblNewsfeed: TLabel Left = 15 Top = 71 Width = 58 Height = 13 Caption = 'lblNewsfeed' FocusControl = txtNewsfeed end object lblHomepage: TLabel Left = 15 Top = 120 Width = 62 Height = 13 Caption = 'lblHomepage' FocusControl = txtHomepage end object lblTotalCnt: TLabel Left = 15 Top = 178 Width = 50 Height = 13 Caption = 'lblTotalCnt' end object lblUnreadCnt: TLabel Left = 134 Top = 178 Width = 61 Height = 13 Caption = 'lblUnreadCnt' end object lblFlaggedCnt: TLabel Left = 253 Top = 178 Width = 64 Height = 13 Caption = 'lblFlaggedCnt' end object txtName: TnbChannelTitleEdit Left = 15 Top = 38 Width = 340 Height = 21 TabOrder = 0 OnChange = txtNameChange end object txtNewsfeed: TnbEdit Left = 15 Top = 87 Width = 340 Height = 21 TabOrder = 1 OnChange = txtChange end object txtHomepage: TnbEdit Left = 15 Top = 137 Width = 340 Height = 21 TabOrder = 2 OnChange = txtChange end object txtTotalCnt: TnbEdit Left = 15 Top = 197 Width = 102 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 3 end object txtUnreadCnt: TnbEdit Left = 134 Top = 197 Width = 102 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 4 end object txtFlaggedCnt: TnbEdit Left = 253 Top = 197 Width = 102 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 5 end end object cxTabUpdating: TcxTabSheet Caption = 'cxTabUpdating' object htmlAuthorTTLNote: THTMLabel Left = 15 Top = 189 Width = 345 Height = 58 AnchorHint = False AutoSizing = True AutoSizeType = asVertical Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( 'Important: The author of this newsfeed has specifed how o' + 'ften it should be checked for new entries. In order to honor th' + 'e author'#39's request, $APP_NAME$ won'#39't allow the value above to be' + ' set lower than this.') ShadowColor = clGray ShadowOffset = 2 URLColor = clBlue VAlignment = tvaTop Visible = False end object lblAuthorTtl: TLabel Left = 15 Top = 261 Width = 183 Height = 13 Caption = 'Author'#39's update frequency: %d minutes' Visible = False end object bvlAutoPurge: TBevel Left = 15 Top = 94 Width = 345 Height = 9 Shape = bsTopLine end object lblAutoPurgeMax: TLabel Left = 260 Top = 59 Width = 80 Height = 13 Caption = 'lblAutoPurgeMax' end object lblAutoUpdateFreq: TLabel Left = 15 Top = 114 Width = 133 Height = 13 Caption = 'Auto-update Frequency' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblAutoPurge: TLabel Left = 15 Top = 22 Width = 63 Height = 13 Caption = 'Auto-purge' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object chkAutoUpdate: TCheckBox Left = 15 Top = 154 Width = 172 Height = 17 Caption = 'chkAutoUpdate' TabOrder = 3 OnClick = chkAutoUpdateClick end object txtAutoUpdateFreq: TnbNumberEdit Left = 183 Top = 152 Width = 47 Height = 21 Color = clBtnFace Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 Text = '5' OnExit = txtAutoUpdateFreqExit OnKeyUp = txtNumberKeyUp end object updAutoUpdateFreq: TUpDown Left = 230 Top = 152 Width = 16 Height = 21 Associate = txtAutoUpdateFreq Enabled = False Min = 5 Max = 9999 Position = 5 TabOrder = 5 OnChanging = updChanging end object chkAutoPurgeMax: TCheckBox Left = 15 Top = 58 Width = 172 Height = 17 Caption = 'chkAutoPurgeMax' TabOrder = 0 OnClick = chkAutoPurgeMaxClick end object txtAutoPurgeMax: TnbNumberEdit Left = 183 Top = 57 Width = 48 Height = 21 Color = clBtnFace Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 4 ParentFont = False TabOrder = 1 Text = '1' OnExit = txtAutoPurgeMaxExit OnKeyUp = txtNumberKeyUp end object updAutoPurgeMax: TUpDown Left = 231 Top = 57 Width = 16 Height = 21 Associate = txtAutoPurgeMax Enabled = False Min = 1 Max = 9999 Position = 1 TabOrder = 2 OnChanging = updChanging end object cboAutoUpdateInterval: TComboBox Left = 255 Top = 152 Width = 92 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 6 OnChange = cboAutoUpdateIntervalChange end end object cxTabAdvanced: TcxTabSheet Caption = 'cxTabAdvanced' object lblViewSourceStatus: TLabel Left = 16 Top = 256 Width = 337 Height = 13 AutoSize = False Caption = 'lblViewSourceStatus' Transparent = True Visible = False end object btnValidate: TButton Left = 16 Top = 40 Width = 220 Height = 25 Caption = 'btnValidate' TabOrder = 0 OnClick = btnValidateClick end object btnViewSource: TButton Left = 16 Top = 79 Width = 220 Height = 25 Caption = 'btnViewSource' TabOrder = 1 OnClick = btnViewSourceClick end end end end